home *** CD-ROM | disk | FTP | other *** search
- body {
- margin: 0;
- }
-
- /*buttons for selecting which color*/
-
- #white-sel, #blue-sel, #black-sel, #yellow-sel, #red-sel, #green-sel{
- position: absolute;
- top: 259px;
- }
-
- #white-sel{
- left: 41px;
- -apple-dashboard-region: dashboard-region(control rectangle);
- }
-
- #blue-sel{
- left: 62px;
- -apple-dashboard-region: dashboard-region(control rectangle);
- }
-
- #black-sel{
- left: 83px;
- -apple-dashboard-region: dashboard-region(control rectangle);
- }
-
- #yellow-sel{
- left: 104px;
- -apple-dashboard-region: dashboard-region(control rectangle);
- }
-
- #red-sel{
- left: 125px;
- -apple-dashboard-region: dashboard-region(control rectangle);
- }
-
- #green-sel{
- left: 146px;
- -apple-dashboard-region: dashboard-region(control rectangle);
- }
-
- #okButton{
- -apple-dashboard-region: dashboard-region(control rectangle);
- }
-
- .peg{
- -apple-dashboard-region: dashboard-region(control rectangle);
- }
-
- #infoButton {
- position: absolute;
- bottom: 39px;
- right: 38px;
- }
-
- #front{
- display: block;
- }
-
- #back{
- display: none;
- }
-
- #doneButton{
- position: absolute;
- bottom: 20px;
- left: 120px;
- }
-
- #newGame{
- position: absolute;
- bottom: 20px;
- left: 30px;
- }
-
- .prefText{
- position: absolute;
- color: white;
- font: 9px "Verdana";
- }
-
- #title{
- position: absolute;
- text-align: center;
- top: 20px;
- left: 13px;
- color: white;
- text-decoration: underline;
- font: 9px "Verdana";
- }
-
- #instructions{
- display: none;
- }
-
- #options{
- display: block;
- }
-
- #showInstructions{
- position: absolute;
- bottom: 50px;
- width: 100%;
- text-align: center;
- }
- #showInstructions:hover{
- text-shadow: yellow 1px 1px 1px;
- }
-
- #hideInstructions{
- position: absolute;
- bottom: 20px;
- left: 120px;
- }
-
- #instructionsText{
- position: absolute;
- left: 15px;
- top: 20px;
- right: 20px;
- text-shadow: #666666 0px 1px 0px;
-
- }
-
- #allowBlanks{
- position: absolute;
- top: 50px;
- left: 10px;
- }
-
- #allowDupes{
- position: absolute;
- top: 70px;
- left: 10px;
- }
-
- #blanksText{
- position: absolute;
- top: 53px;
- left: 30px;
- }
-
- #dupesText{
- position: absolute;
- top: 73px;
- left: 30px;
- }
-
- #stats{
- position: absolute;
- top: 90px;
- left: 10px;
- }
-
- #clearStats{
- position: absolute;
- top: 140px;
- left: 10px;
- }
- #donate{
- position: absolute;
- top: 230px;
- left: 30px;
- }
- #donate:hover{
- text-shadow: yellow 1px 1px 1px;
- }
- #intelegance{
- position: absolute;
- top: 200px;
- left: 22px;
- }